docs(user-guide): document feature flags migration to backend config - #302
Conversation
|
[AUTO_CLOSE_WARNING] ⏰ This pull request is older than 14 days and will be automatically closed in 16 more days (when it reaches 30 days old)! To maintain this PR, either convert it to Draft or complete your changes and merge. |
bc03d55 to
fb506aa
Compare
…(EPMCDME-12746) - customer-feature-configuration.md: mark features:userManagement and features:enterpriseEdition as runtime-computed; add mcpAuthTimeoutSeconds, bannerMessage, bannerLinkLabel, bannerLinkRoute entries; add idpProvider and mcpAuthOrigin as non-configurable runtime values - platform-managed-mode-configuration.md: remove outdated UI helm values section; only ENABLE_USER_MANAGEMENT=true is required in the backend - faq: remove codemie-ui helm values section; only backend env var needed - release-notes.md: add 2.40.0 section covering all four migration changes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fb506aa to
eb2a4ff
Compare
Remove runtime-computed entries (features:enterpriseEdition, features:userManagement, idpProvider, mcpAuthOrigin) and visualWorkflowEditor from the component overview table. Remove redundant runtime-computed warnings and the Banner Configuration section from customer-feature-configuration.md. Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
…lags viteEnableUserManagement and VITE_IS_ENTERPRISE_EDITION do not map to customer-config.yaml entries — they are computed on the backend from ENABLE_USER_MANAGEMENT env var and enterprise package presence. Move them to the backend-computed table (item 2) and remove features:userManagement and features:enterpriseEdition from the customer-config.yaml migration code block. Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
Consolidate items 1 and 2 into a single table covering all removed frontend variables with an explicit 'Action required?' column. The danger note now targets only viteEnableBudgetManagement and VITE_SHOW_ALL_PROJECTS — the two variables that need customer-config.yaml entries. Backend-computed variables are listed in the same table as no-action rows. Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
Remove 'Was in' and 'Action required' columns, drop the danger/tip admonitions, the yaml codeblock, and the runtime-computed step. Single table now lists all removed codemie-ui vars with their backend replacements. Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
41217d2 to
f8e86cb
Compare
982ab68 to
a36ed35
Compare
PR Preview Ready!Your preview documentation is ready! Visit it here: Preview URL: http://codemie-docs-pr-previews.s3-website.eu-central-1.amazonaws.com/pr-302/ This preview will be automatically updated when you push new commits to this PR. |
|
[AUTO_CLOSE_WARNING] 🔒 This pull request was automatically closed after being older than 30 days with no activity. Contact maintainers to reopen if needed. |
|
@kostiantyn-pshenychnyi1 Please resolve merge conficts |
|
[AUTO_CLOSE_WARNING] 🔒 This pull request was automatically closed after being older than 30 days with no activity. Contact maintainers to reopen if needed. |
Summary
Documents the 2.40.0 feature flags migration (EPMCDME-12746): several
codemie-uifrontend env vars have been removed and replaced by backend-side mechanisms.viteEnableBudgetManagement/VITE_SHOW_ALL_PROJECTS→customer-config.yamlentriesviteEnableUserManagement→ computed fromENABLE_USER_MANAGEMENTbackend env varVITE_IS_ENTERPRISE_EDITION→ computed from enterprise package auto-detectionviteIdpProvider,viteMcpAuthOrigin,viteBannerMessage→ backend env vars /customer-config.yamlChanges
release-notes.md— 2.40.0 configuration changes sectioncustomer-feature-configuration.md— removed runtime-computed entries (features:userManagement,features:enterpriseEdition,idpProvider,mcpAuthOrigin,visualWorkflowEditor) from the reference table; removed stale warnings and Banner Configuration sectionplatform-managed-mode-configuration.md— updated UI setup to referencefeatures:budgetManagementonlyfaq/how-do-i-enable-project-and-user-management-in-codemie.md— updated to reflect thatfeatures:userManagementis now backend-computed;features:budgetManagementstill requirescustomer-config.yaml